LogChannel.PointsData property

The list of recorded values.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public IList<byte[]> PointsData { get; }
Public ReadOnly Property PointsData As IList(Of Byte())

Property value

Type: IList<byte[]>

See also

LogChannel Class

IntervalZero.KINGSTAR.Base.Class Namespace